Using the Cobra Web Service ClientAPI in Your Application
To use the Cobra Web Service ClientAPI in your application, you must set up your .NET project by adding the ClientAPI file as reference in Visual Studio Projects.
The Cobra Web Service ClientAPI uses the following files:
- Cobra.Model.WebService.dll: This is a .NET dynamic link library file that contains contract objects that are being exchanged by the Cobra Web Service host and the Cobra Web Service Client API.
- Cobra.WebService.ClientAPI.dll: This is a .NET dynamic link library file that contains objects used to call Cobra functionalities on the Cobra Web Service host.
- Cobra.WebService.ClientAPI.dll.config: This is a configuration file that contains the network location and settings used by the library file to communicate with the host.
- Cobra.Model.WebService.xml and Cobra.WebService.ClientAPI.xml: These are code documentation XML files. These files can be used by Visual Studio to provide IntelliSense of code documents of objects found in the libraries.
- Related Topics:
- Add the ClientAPI Files as Reference in Visual Studio Projects
Once you have a Visual Studio project, you will be able to use the ClientAPI files by adding them as references. - Explaining the Cobra Web Service ClientAPI
This section further explains the Cobra Web Service ClientAPI. - Cobra Web Service ClientAPI Example
This section demonstrates how to use the Cobra Web Service ClientAPI by using the ClientAPI sample file that comes with the Cobra installation.
Parent Topic: Cobra Web Service